|
| |
|
|
kitty6
Posts: 122 Joined: 10/15/2005 Status: offline
|
date displaly - 4/7/2008 12:15:48
I'm using the following code below to produce: LOL080004344760 How can I make it read the month, day and year plus the ten digit timer? So it would look like this: LOL0407080004538754 Thanks. LOL<%'=right(datepart("yyyy",Date()),2) & (timer()*100)%><%=right(datepart("yyyy",Date()),2) & left("0000000000",(10-len(timer()*100))) & (timer()*100)%>
|
|
|
|
kitty6
Posts: 122 Joined: 10/15/2005 Status: offline
|
RE: date display - 4/7/2008 19:47:44
Sorry about that. Right now, it looks like this: LOL080004344760 It has the LOL + 08(year) + the ten digit number I would like it to look like this: LOL0407080004344760 LOL + 04(month) + 07(day) + 08(year) + the ten digit number Does that sense? Thanks.
|
|
|
|
kitty6
Posts: 122 Joined: 10/15/2005 Status: offline
|
RE: date display - 4/7/2008 21:48:27
That worked perfect! Thank You very much.
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|