crystal reports - Text object - CurrentDate-1 -


i need have text field say: shipments picking (currentdate-1)

how display properly? show: shipments picking may 31

tia!

this formula work

"shipments picking " & totext(currentdate,"mmm d") 

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 -