A
AllyOop
What is the most efficient way to convert a text string in the form of
20060218 to a short date? Thanks!
20060218 to a short date? Thanks!
AllyOop said:What is the most efficient way to convert a text string in the form of
20060218 to a short date? Thanks!
Ofer said:Assuming that the field always have the same formt
yyyymmdd
Try
cvdate(format(FieldName,"####/##/##"))