I was fighting with timepicker’s default settings. The default settings were overridden somehow. Then, I noticed that they were actually overridden by Pods Framework’s code:
var pods_form_ui_pods_field_baslangic_tarihi_args = {"timeFormat":"h:mmtt","dateFormat":"mm/dd/yy","ampm":true};
I would like to change the default settings of date and time formatting. How can I do that?
I found the answer.
You need to got to the
Edit Pod
page and enter the date/time field and go to “Additional Field Options”:In the date format field
m
shows month as 2 digits ie06
,n
shows month as 1 digit ie6
,l
shows day of week in full ieMonday
,o
shows full year ie2018
,a
showsam
orpm
,A
showsAM
orPM
,F
shows full month name ieJune
S
shows date number suffix such asrd
orth
in23rd
or4th