Hello,
I am try to get user date format using js.
How i can get the date format.
I am using crm 6.5.11
Hello,
I am try to get user date format using js.
How i can get the date format.
I am using crm 6.5.11
Hello Bhavesh,
Call following line in your js file
console.log(SUGAR.expressions.userPrefs.datef);
and also you can get other details like
datef
timef
gmt_offset
num_grp_sep
dec_sep
default_locale_name_format
Hello Bhavesh,
Call following line in your js file
console.log(SUGAR.expressions.userPrefs.datef);
and also you can get other details like
datef
timef
gmt_offset
num_grp_sep
dec_sep
default_locale_name_format