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.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

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

Preview: DataObjectManager module


Go to End


379 Posts   95924 Views

Avatar
UncleCheese

Forum Moderator, 4102 Posts

2 August 2011 at 2:21pm

Looks good!

Avatar
kindleman.com.au

Community Member, 70 Posts

2 August 2011 at 2:48pm

ok, thanks uncle, thats all i needed. : )

will

Avatar
tfliam

Community Member, 20 Posts

11 December 2011 at 5:46pm

Hi, thank you so much for this module.

Can I ask some questions regarding the DatePickerField?

I have been using it with the following code and it's working fine.
$startDateField = new DatePickerField('StartDate', 'Start Date*');

Now I would like to do a bit of customization, such as
1) setting the date format
(with the silverstripe built in date field, I could do something like $startDateField -> setConfig('dateformat', 'dd-MM-YYYY');
2) Modify the appearance of the calendar

Does anyone have any idea how to accomplish it? Thanks.

Go to Top