
August 23rd, 2012, 04:21 AM
|
|
Registered User
|
|
Join Date: Jul 2012
Posts: 29
Time spent in forums: 4 h 36 m 52 sec
Reputation Power: 0
|
|
|
Saving .txt file with datetostr.... how....
Hello my friends..
I have a list, including student's number, students name.
I want to save the listbox as .txt to my harddrive with currentdate.
without current date I can be able to save it like
tlmdlistbox.items.savetofile('d\list.txt');
Problem: how can I be able to the change filename list to be the current date?
For example;
If I save the .txt file today, the filename will be 23.08.2012.txt
If I save the .txt file tomorrow, the filename will be 24.08.2012.txt
Please help....
|