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.


Popular posts from this blog

node.js - How do I prevent MongoDB replica set from querying the primary? -

c# - Randomly pick a specific int from a 2D Array -

php - Angularjs http.delete is not working after deploying project on server -