Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Nathon Jones #1
display time with AM and PM? vbShortTime? No secs! (story of my...)
Hi,
I have a time field in my Access DB. I'm using VBScript/ASP.
How do I get the time to display as:
17:00 PM rather than 17:00:00 PM?
This is what I'm using to get 17:00:00 PM at the moment:
<%= DoDateTime((rsEventInfo.Fields.Item("starttime").V alue), 3, 1033) %>
What do I need to change to get the desired result?
Thanks
Nath.
Nathon Jones Guest
-
Acrobat Pro 8 Crashes After 13 secs
I just paid for and downloaded the Upgrade for Acrobat Pro 8, installed it, and the program stays working for only 13 secs, then just quits! No error... -
Display Time
Easy Question. Is there a way to display the time and have the time update every minute without refreshing the page in cold fusion? Basically when... -
digital time 12 hr display
hey everyone, Im trying to find any tutorials on how to display time in 12 hr, not 24 hr but only display a specific time zone no matter where in... -
Time Display
This should be a simple one, yet I don't get it. I work for a radio station and I am trying to use php to post a picture of the personality on the... -
time and date display
Hi all, Thanks in advance for reading on... I want to display the time (abbrev time) and date (long date) in my project through text sprites.... -
Mintyman #2
Re: display time with AM and PM? vbShortTime? No secs! (story of my...)
You could write some VB to only display the left most 5 characters
"Nathon Jones" <nathonjonesNOT@kirkmoor.com> wrote in message
news:d0jvl2$igu$1@forums.macromedia.com...> Hi,
>
> I have a time field in my Access DB. I'm using VBScript/ASP.
>
> How do I get the time to display as:
> 17:00 PM rather than 17:00:00 PM?
>
> This is what I'm using to get 17:00:00 PM at the moment:
>
> <%= DoDateTime((rsEventInfo.Fields.Item("starttime").V alue), 3, 1033) %>
>
> What do I need to change to get the desired result?
>
> Thanks
> Nath.
>
>
Mintyman Guest



Reply With Quote

