Hi
I want to display Date & Time of Sales header Date & Time field separately in SSRS TextBoxes
Thanks
*This post is locked for comments
Hi
I want to display Date & Time of Sales header Date & Time field separately in SSRS TextBoxes
Thanks
*This post is locked for comments
you can use the textbox properties, there the number format. use a date format there, then a time format in a different textbox.
Use DT2Date and DT2Time function to get the date and time.
[View:https://msdn.microsoft.com/en-us/library/dd301321.aspx]