About the Insert Date and Time feature ...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi. I have used the Date and Time command in the Insert menu to insert date that the page was last updated. I customized it in the Code view as follow:
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B %Y" -->
Then the date displayed like this: 02 August 2004
Is there any way to get rid of the zero in the date? (Display '2 August 2004' instead of '02 August 2004') Thanks.
 
doesn't look like it with the frontpage time/date stamp thingy - all the format
options have that leading '0'.

you could try a javascript or something that will do it.

search 'time/date stamp' in google.

& try these resources

www.hotscripts.com

www.javascript.internet.com

Xero said:
Hi. I have used the Date and Time command in the Insert menu to insert date
that the page was last updated. I customized it in the Code view as follow:
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B %Y" -->
Then the date displayed like this: 02 August 2004
Is there any way to get rid of the zero in the date? (Display '2 August 2004'
instead of '02 August 2004') Thanks.
 
Hi Xero,

The J-Bots current Date component allows for single digits display.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top