Click here to Skip to main content
15,886,788 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
="Report printed at in between " &Globals!ExecutionTime
shows
Report printed at in between 12/24/2012 5:35:00 Pm

I want report dump from @StartDate and @EndDate.
can help what should be format where i used only @startdate=Getadete()-2
@EndDate =gatedate.
Posted
Comments
Schatak 8-Apr-14 9:12am    
means you want date only? no time with it?

1 solution

You can try these two things to format dates
=CDate(Format(Globals!ExecutionTime,"dd/MM/yyyy"))
=DateValue(Now())
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900