Hi KK,
I did what you sad, but it did not work.
I am getting the following output in my js:
and I need
I tried using the separator parameter ( separator=',' ) but did not work etc.
I read in a other topic that it is not possible to change the date format to that what I want except with the date tag https://www.couchcms.com/forum/viewtopic.php?f=2&t=9971&p=23137&hilit=datetime#p23137
This is my code for the admin area
If you have a solution please send me a snippet if not I wil use the text version
I did what you sad, but it did not work.
I am getting the following output in my js:
- Code: Select all
[2017-06-05 00:00:00],
and I need
- Code: Select all
[2017,06,05],
I tried using the separator parameter ( separator=',' ) but did not work etc.
I read in a other topic that it is not possible to change the date format to that what I want except with the date tag https://www.couchcms.com/forum/viewtopic.php?f=2&t=9971&p=23137&hilit=datetime#p23137
This is my code for the admin area
- Code: Select all
<cms:repeatable name='booked'>
<cms:editable
name='booked'
label='booked'
fields_separator='/'
type='datetime'
separator=','
format='ymd'
allow_time='0'
/>
If you have a solution please send me a snippet if not I wil use the text version
