A
Agnes
In my old vfp application, there is DTOS function to return 'yyyymm'
,in .net any similar function ?? DTOS(datetime.now) and return yyyymm,
I know that I can CType(Year(datetime.now), String) &
CType(Month(datetime.now), String)
but if the datetime is Sep,04, it will return 20049 , but not 200409,
Anyone got the idea ? thanks a lot
,in .net any similar function ?? DTOS(datetime.now) and return yyyymm,
I know that I can CType(Year(datetime.now), String) &
CType(Month(datetime.now), String)
but if the datetime is Sep,04, it will return 20049 , but not 200409,
Anyone got the idea ? thanks a lot