on 2008 Aug 12 4:40 AM
Hi All,
i have an input parameter of datatype 'Date'. The format of the parameter is 'mm/dd/yyyy' (selected from calendar control).
Now i need to display this in 'mm-dd-yyyy'.
i used the below formula:
ToText ({?dat},"MM-DD-YYYY");
The Result is 08-DD-YYYY for the input parameter 08/01/2008.
Kindly help me with the formula.
Thanks,
Meena
You can use Amr Salem's reply will help you to solve this.
You can use the following formula also:
ToText(Datetime({?date}), "MM-dd-yyyy")
I hope this solves your query!!
Regards,
Parsa.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.