J jiangyh Oct 25, 2004 #1 hi there: I want to get 2004/04/04's length. How to achieve this. thanks a lot. jiangyh
T The Last Gunslinger Oct 25, 2004 #2 jiangyh said: hi there: I want to get 2004/04/04's length. How to achieve this. thanks a lot. jiangyh Click to expand... The length when converted to string? datetime dt = datetime.now; int len = dt.toshortdatestring().length; Is this what you were after? JB
jiangyh said: hi there: I want to get 2004/04/04's length. How to achieve this. thanks a lot. jiangyh Click to expand... The length when converted to string? datetime dt = datetime.now; int len = dt.toshortdatestring().length; Is this what you were after? JB