Forum Post: RE: Get current user's date format for a Date Field

  • Thread starter Thread starter IramK
  • Start date Start date
Status
Not open for further replies.
I

IramK

Guest
Hello Orchid & M, I actually managed to get it working properly using a template field (dateFormatTemplate) with the above mentioned function but instead of using the rbf_dateFormat() to format the date, I've used a jquery ui function to do that. Possibly be useful for someone who might want to use this in the future. jQueryUI date formatter : var dateTimeFormatted = $.datepicker.formatDate('{!#CURR_USER.dateFormatTemplate#value}', curDate); Thanks for the function.

Continue reading...
 
Status
Not open for further replies.
Back
Top