Customize Time?, Any HTML to do so? |
![]() ![]() |
Customize Time?, Any HTML to do so? |
Aug 7 2006, 07:20 PM
Post
#1
|
|
![]() The name says it all. ![]() ![]() ![]() Group: Member Posts: 53 Joined: Feb 2005 Member No: 101,923 |
I've never seen a code that does such a thing, but it only seems logical that there is one.
I was wondering if anyone would happen to know any HTML that changes the appearance of the time at the end of a xanga blog. Next to comments and eprops, there's always the time you submitted the blog. Is there a way to customize this? i.e. "I complained @ 7:32" or "(Name) blogged @ 4:12" |
|
|
|
Aug 7 2006, 07:45 PM
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
I have a question: have you seen this? Because I can think of one possible way to do it.
[ http://www.createblog.com/forums/index.php?showtopic=100769 ] Except, that looks like a bitch to customize, pardon my French. |
|
|
|
Aug 7 2006, 08:10 PM
Post
#3
|
|
![]() The name says it all. ![]() ![]() ![]() Group: Member Posts: 53 Joined: Feb 2005 Member No: 101,923 |
I would have to make a customized line for every minute of the day, wouldn't I?
|
|
|
|
Aug 7 2006, 08:14 PM
Post
#4
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
I'm not sure how it works. It's for disabling the timestamp, but it should work in reverse so you can edit the timestamp.
Play around with it. |
|
|
|
Aug 7 2006, 09:00 PM
Post
#5
|
|
![]() The name says it all. ![]() ![]() ![]() Group: Member Posts: 53 Joined: Feb 2005 Member No: 101,923 |
Ah, I see.
QUOTE if (str.match (/\d+:\d+ (am|pm)/i)) links[l] if (str.match (/\d+:\d+ (am|pm)/i)) links[l] if (str.match (/\d+:\d+ (am|pm)/i)) links[l].innerHTML = str.replace (/\d+:\d+ (am|pm)/i, ""); I'll have to see what I can come up with. Obviously the replacement text goes in the quotes, but as far as including the automatic time along with it is going to take some messing around with. Okay, Thanks. |
|
|
|
![]() ![]() |