Reputation: 7680
How it's possible to create a date in MDX for a given date ("4/6/2001 16:23:45").
Function now() returns the current date.
Upvotes: 2
Views: 2277
Reputation: 1993
You can use the CDate function.