Hi Isomorphic,
I am using SC version : SmartClient_v82p_2013-06-15
I wanted to achive the below:
- Customize the dispaly the dateitem/datetime item e.g. DD-Mon-yyyy HH:mm
- Displaying the same date as received from backend ( Same as DB value).
- Not wanted to convert date/datetime in browser timezone.
Let me know how to achive this.
FYI,
I have gone grough the forum and SC doc and tried Date.setInputFormat(...), Date.setShortDisplayFormat(...) etc but observed that the date has converted to brouser time zone.
Thanks !!!
I am using SC version : SmartClient_v82p_2013-06-15
I wanted to achive the below:
- Customize the dispaly the dateitem/datetime item e.g. DD-Mon-yyyy HH:mm
- Displaying the same date as received from backend ( Same as DB value).
- Not wanted to convert date/datetime in browser timezone.
Let me know how to achive this.
FYI,
I have gone grough the forum and SC doc and tried Date.setInputFormat(...), Date.setShortDisplayFormat(...) etc but observed that the date has converted to brouser time zone.
Thanks !!!
Comment