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.

Forum Module /

Discuss the Forum Module.

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

Show Date


Go to End


3 Posts   1832 Views

Avatar
anudeepgi

Community Member, 11 Posts

11 January 2014 at 6:56pm

Hi,
How to show DropDown calender in Modul?
using $dateField->setConfig('dateformat', 'dd/MM/YYYY'); or some thing else, Please Give an Example?

Avatar
Willr

Forum Moderator, 5523 Posts

18 January 2014 at 11:28am

$dateField->setConfig('showcalendar', true) will give you a jQuery UI dropdown.

Avatar
anudeepgi

Community Member, 11 Posts

21 January 2014 at 5:59pm

Thanx Bro