I have an array of dates that contains many dates.
I have placed all dates on the graph in php, but there is not enough space on the graph.
I want to make the dates short (i.e samples) to be placed on the graph.
For example
array=(1,2,3,4,5,6,7,8,9,7,8,9,6,5);
After short and sampling it should be
1,4,8,8,5