I have the a fiel with following datas:
{Application.Timestamp} {Application.Data}
01.01.02 15:00:00 123123213
.... ....
.... ....
01.01.02 15:15:00 frgtdgdsg
.. ..
.. ..
.. ..
01.01.02 15:30:00 sdgddggsdgd
.. ..
01.01.02 15:45:00 ftrdtdstd
.. ..
...and so on
i want to display al datas from timestamp every half hour. How can I do this?
Thanks
Thies
..
{Application.Timestamp} {Application.Data}
01.01.02 15:00:00 123123213
.... ....
.... ....
01.01.02 15:15:00 frgtdgdsg
.. ..
.. ..
.. ..
01.01.02 15:30:00 sdgddggsdgd
.. ..
01.01.02 15:45:00 ftrdtdstd
.. ..
...and so on
i want to display al datas from timestamp every half hour. How can I do this?
Thanks
Thies
..