Good morning...
I have defined a text field as a date in CF8. However, the value from the database is not loaded here. But as a normal text field. What can I do?
what about the format of the date ? you need to adjust some field attributes I think
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Textfield: Input Type = Date
Database Field: varchar(10) = 01.01.2009 -> Not work
Database Field: varchar(10) = 2009-01-01 -> work
I need 01.01.2009
Apparently it works as a date field. But here I can't enter a date by hand.
I found online that the format is not changeable in the HTML5 date field, so you are restricted to the default format, unless a custom input is used, which is the Calendar field
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.