Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Form Questions /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

loadDataFrom with splitted DateField


Go to End


1467 Views

Avatar
Matze0681

Community Member, 25 Posts

22 June 2010 at 10:56am

HI,

is there a way to populate a DateField wich is splitted up in 3 fields day, month, year(via $dateField->setConfig('dmyfields', true);
) with $form->loadDataFrom? just does not work for me ...:(

thanks in advance