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...
Continue reading...