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.

Customising the CMS /

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

Format fields in CMS popup when they already contain info


Go to End


1372 Views

Avatar
Punch Rockgroin

Community Member, 8 Posts

9 March 2010 at 8:48pm

Hi,

I'm trying to set up the CMS popup, specifically for a TimeField, so that the data that's returned when someone clicks on a row that already contains an entry, is formatted correctly.

The example is that I've set up two time fields to accept just a start and end time - 3:30pm in the start and 4:30pm in the end for example. Everything works great for what I'm doing - I have the time formatted on the front end correctly and in the complextablefield to display just the time, but when I click on the popup it gives me the entire date - 2010-03-09 15:30 and 2010-03-09 16:30 respectively.

Is there any way to format that returned value? The $timeformat = "g:ia" as described in http://doc.silverstripe.org/doku.php?id=timefield isn't working for me.

Thanks!