How can I change the format of the value displayed in a label?
I have a Variable named StartDate,
a Label named DisplayStartDate
After the Form has opened, in the event ON OPEN I use the following:
DisplayStartDate.Caption = StartDate
The problem though is that it displays the format set in the declaration of the variable, I presume. (Currently "dd/mm/yy")
If I want to change the displaying format to "dd-mmm-yy", how should I go about?
Thanx
I have a Variable named StartDate,
a Label named DisplayStartDate
After the Form has opened, in the event ON OPEN I use the following:
DisplayStartDate.Caption = StartDate
The problem though is that it displays the format set in the declaration of the variable, I presume. (Currently "dd/mm/yy")
If I want to change the displaying format to "dd-mmm-yy", how should I go about?
Thanx