Currently the DateParam is actually encoding a dateTime on the url.
Sometimes we only want to know the actual date and not the rest of the timestamp.
Allow the user to configure the DateParam to choose whether the url should contain only the date part (YYYY-MM-DD) or the entire date string including milliseconds as is the case now.
Currently the DateParam is actually encoding a dateTime on the url. Sometimes we only want to know the actual date and not the rest of the timestamp. Allow the user to configure the DateParam to choose whether the url should contain only the date part (
YYYY-MM-DD
) or the entire date string including milliseconds as is the case now.