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.
you can use the direct formats, you dont need to create a formula
just put the date field in the report design, and then right click, and then select "Format Field"
select the format do you want, or click "Customize" for custom formats
good luck
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
8 | |
8 | |
7 | |
6 | |
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.