Haggi | 14 years ago | 13 comments | 3,531 views

Is it possible to add actual time in a show? Maybe date also...or a combo
Analog or digital....




Share this on FacebookShare this on X

Try typing <time /> in the textbox.

michiel, 14 years ago


"Try typing in the textbox."
Doesnt work on my PC.
Wolfgang

taucher1945, 14 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, 14 years ago

"Doesnt work on my PC"

The blank after "time" missed, that was the reason
Wolfgang

taucher1945, 14 years ago

All codes can be found in the user guide:

outerspace-software.com...

michiel, 14 years ago


If you have requests for new codes, please let it know on this page.

michiel, 14 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, 14 years ago

OK " will represent < and >
'fullday /', "fullmonth /" 'day /", "year /" displays Friday, June 26, 2009

"month /"/"day /"/"year /" displays 06/26/2009

joseburgos, 14 years ago

Thanks for the feature requests!

This gallery removes all (HTML)tags that you enter. To display a < enter "&lt;" and to display a > type "&gt;"

michiel, 14 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, 14 years ago

If you want to do it right you end up with something like this:

nl2.php.net...

michiel, 14 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, 14 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, 14 years ago

Comment to this article

You must be logged in before you can comment to this article. Login | Register