select future date in blog calendar

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
6/13/2013 10:19:44 AM
Gravatar
Total Posts 108
Community Expert

select future date in blog calendar

Hi Joe in the demo site when you select a day >12 in the calendar of the blog, the server return the error page, also if you select a day <=12 the calendar change the view to that month.

Also if you select a specific date in the calendar with in 7 days of the current date, the list show all the events in the calendar.

 

6/13/2013 12:11:43 PM
Gravatar
Total Posts 18439

Re: select future date in blog calendar

Hi German,

Thanks for the bug report. This is now fixed in the source code repository so it will be fixed in the next release. I was able to replicate the problem by setting my browser preferred language to es-ES. The jquery datepicker was using the localized date format but server side was expecting yyyy-mm-dd not dd/mm/yyyy so it was causing this error to happen. I was able to update the javascript so that the links always use yyyy-mm-dd even when the calendar is localized to other languages.

As a workaround until the next release one can disable the use of the jqueryui datepicker for blog navigation from theme.skin and it will use the <asp:Calendar instead.

Thanks,

Joe

You must sign in to post in the forums. This thread is closed to new posts.