In crystal report I am trying to convert datetime value to date to string -
the following conversion not working. see if can able solve it.
syntax:
totext(date({db.field}),"dd/mm/yyyy")
system saying date id
required.
however totext( date({db.field}), "dd/mm/yyyy")
working fine....
the other simplest way :
crystal report design window->right click on date field->format field->customize date format want to.