I have looked thru the topics in here and noticed a couple of posts noteing that when you put a datepicker in the Repeatable Custom Content V2 it doesn't save the dates.
I tried it and after you save the date, if you try to go back and edit a one, the date doesn't display. If I look in the umbraco.config file I noticed the date does get saved but in a werid format. here is the data from the config file for saving both a datepicker in the RCC control and just the datepicker itself.
Could the problem be the data formating. I tried to display the date from RCC and I get Oct 1, 2012. I tried to use DateTimeParse and DateTimeParseExcate with no luck
Has anyone sussfully get Datepicker to work with RCC v2?
Repeatable Custom Content v2 with Datepicker
I have looked thru the topics in here and noticed a couple of posts noteing that when you put a datepicker in the Repeatable Custom Content V2 it doesn't save the dates.
I tried it and after you save the date, if you try to go back and edit a one, the date doesn't display. If I look in the umbraco.config file I noticed the date does get saved but in a werid format. here is the data from the config file for saving both a datepicker in the RCC control and just the datepicker itself.
I save Jan 10, 2012
<contentID>content</contentID>
<pDFList>
<items>
<item>
<data alias="title">test test</data>
<data alias="date">10/01/2012 00:00:00</data>
<data alias="pdf">1157</data>
</item>
</items>
</pDFList>
<dateTest>2012-01-10T00:00:00</dateTest>
Could the problem be the data formating. I tried to display the date from RCC and I get Oct 1, 2012. I tried to use DateTimeParse and DateTimeParseExcate with no luck
Has anyone sussfully get Datepicker to work with RCC v2?
Thanks
Similar issue, otherwise it works great.
Still broken. No resolution?
I could use some help with this issue too!
is working on a reply...