Hello guys,
So I am using a editable field with datetime as shown below to let user manage the date time of the record.
All seems good but when I want to show kayit_tarihi on page things are not that good. Can I show these values? Or is there a Turkish support for cms:date?
I tried
but did not get it. Also we have short date format like January - Ocak, JAN - OCA.
Is there a way I can use these?
Thank you very much.
So I am using a editable field with datetime as shown below to let user manage the date time of the record.
- Code: Select all
<cms:editable
type='datetime'
name='kayit_tarihi'
label='Oluşturma Tarihi'
months='Ocak, Şubat, Mart, Nisan, Mayıs, Haziran, Temmuz, Ağustos, Eylül, Ekim, Kasım, Aralık'
default_time = '@current'
/>
All seems good but when I want to show kayit_tarihi on page things are not that good. Can I show these values? Or is there a Turkish support for cms:date?
I tried
- Code: Select all
<cms:date kayit_tarihi format='%d %B, %Y' locale='turkish' charset='ISO-8859-3'/>
but did not get it. Also we have short date format like January - Ocak, JAN - OCA.
Is there a way I can use these?
Thank you very much.