![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all, Ok, this is probably an easy one but I just can't find the answer. I'm looking to format a date so that the seconds are hidden and the rest shows. Here's what I'm using now: %= DoDateTime((rsEvents.Fields.Item("EventDate").Valu e), 0, -1) % using DW's Format feature. This gives me: 1/14/2005 7:00:00 PM I would like to have this instead: 1/14/2005 7:00 PM Like I said, this seems like it should be a simple thing to do. Maybe I'm searching for the wrong function and/or keywords. Don't know but if anyone could lend a hand, I would appreciate it. TIA!!! Jenn S |
#3
| |||
| |||
|
|
Ok, I don't know if this was the most efficient way of solving this problem but here's what I came up with so far: snip This actually gave me a little more control over the format of the am & pm too. Anyone else know of a more efficient way of not showing the seconds? Thanks! Jenn |
![]() |
| Thread Tools | |
| Display Modes | |
| |