Page 1 of 1

24h view / date format

PostPosted: Tue May 11, 2010 10:50 am
by kriiii
Hi there

I am aware that there's been thousands people before asking the same question, but I haven't really found a satifying aswer...

I am trying to make seedcode calender 1.05 (free version) speak German which is actually not a lot of work.

Only the two fields:

CalenderRows::CalenderContentReptCalc
and
CalenderInterface::DateDisplayCalc

are refusing to show the European date format and 24h-clock. All scripts I found seem to just set the date or time wihtout any information on the language to be used. All time and date fields can be changed easily using the Filemaker settings. But these two fields are text fields - I can't set date or time settings... Is there anything I can do?

Thanks in advance, Christian

PostPosted: Tue May 11, 2010 5:44 pm
by John Sindelar
Yes, you're right that you handle these fields a little differently. You can learn about editing the date field here:

http://www.seedcode.com/pmwiki/pmwiki.p ... ateFormats

The time field is taken care of by editing the script "Format Event Time --- Edit Time Formats for Events Here ---". If you just want 24 hour time, there is a toggle for that at the head of the script.

Hope that helps,

John

PostPosted: Wed May 12, 2010 2:10 am
by kriiii
thanks a lot john! that definitely did help. i've read that article but forgot to clone the file! thanks for the hint on the time edit script!

best, c#