Just the time please

Just the time please

Old forum URL: forums.lhotka.net/forums/t/3567.aspx


renegrin posted on Tuesday, September 18, 2007

I've been racking my head for an hour or so. How do I get the just the time portion of a smartdate into my object when the I've set the global setting as dateonly? Everydatimtime is my application requires only the date except one. Is there a time format string so I can set the property directly for this one instance? Like

New SmartDate("T")

 

 

RockfordLhotka replied on Tuesday, September 18, 2007

Dim x As New SmartDate()
x.FormatString = "I"

Copyright (c) Marimer LLC