Haggi | 15 years ago | 13 comments | 3.7K views
Is it possible to add actual time in a show? Maybe date also...or a combo
Analog or digital....
"Try typing in the textbox."
Doesnt work on my PC.
Wolfgang
taucher1945, 15 years ago
Fantastic!
Thank You for your quick response :-)
Can I request for some extended time options for future releases?
Like Date, Weekday, Week-of-year, Month, Year etc...
I want my text to be---> Today: 5. May Time: 23:25
Haggi, 15 years ago
"Doesnt work on my PC"
The blank after "time" missed, that was the reason
Wolfgang
taucher1945, 15 years ago
Is there a way to format the time into 12 hour?
Also, looking at the user guide, I do not see a code for the date. Is that possible?
If date becomes possible, can it have formatting to allow different displays like day full name month full name or not just day month and can they be placed in any order. Example :
, , Displays Friday, June 26, 2009
or
// Displays 06/26/2009
Thank you,
joseburgos, 15 years ago
OK " will represent < and >
'fullday /', "fullmonth /" 'day /", "year /" displays Friday, June 26, 2009
"month /"/"day /"/"year /" displays 06/26/2009
joseburgos, 15 years ago
Thanks for the feature requests!
This gallery removes all (HTML)tags that you enter. To display a < enter "<" and to display a > type ">"
michiel, 15 years ago
Ah..I'll try and remember that.
I spent a lot of yesterday trying to pull real time time and date from any RSS filed but with no luck.
Glad the date code exist but what about format? Like just hh:mm 12?
<time?hh:mm:12 /">
I may not want more than hours and minutes as well as AM or PM.
Take care,
joseburgos, 15 years ago
Problem is that nobody is going to remember those codes. I suggest the following:
<millisecond />
<second />
<minute >
<hour />
<day />
<month />
<year />
<fullday />
<fullmonth />
Any other code suggestions?
michiel, 15 years ago
12 hour clock with AM or PM is a must.
Also, what about an offset so that if your PC's clock was on EST and you wanted PSD, you would add a -3 for minus three time zones from your PC's clock?
The offset is easy to do manually by changing the PC clock but would be cool if it was a code :)
joseburgos, 15 years ago