Hi
Is there any way to change date format MM DD YYYY to DD MM YYYY in Ax 2009. Or it is done through some code change?
Thanks & Regards
Rajesh
Hi
Is there any way to change date format MM DD YYYY to DD MM YYYY in Ax 2009. Or it is done through some code change?
Thanks & Regards
Rajesh
Try changing your machine regional settings.
do change in your system language and regional setting and change date format there.
start > administrative tools > language and regions settings
same changes it will effect on AX also
You can also force the date format to a specific format.
If you want to know more, just let me know.
How can I force a specific date format without changing the machine regional setting ?
We work with “terminal server” e do not use clients.
Hi,
You can change it By using the data method and declare the field as string and use the
function str2date(Passing the parameter as per enum type selection).
Thanks
Mahesh kumar
I have done it this way. I’m using CRM via IE.
Click File|Options|Format
This gives me the Set Personal Options page
Select the Format tabs then select the format from the drop down the matches you… for me it was English NZ… normal date format.
voila!!!
Another simple way to do it is ------create an EDT(Date Type) and set its "Date Format"property as DMY and choose a seperator.
Use this EDT where ever U want.
try this - It will help U
What is the suggestion that you have followed? I have also this kind of problem here.