Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
When editing Event, date reverts back to present day
Hi,
It is a bug and also a regression. Not a feature request.
This didn't occur before with JS3.0 and 2.8.
You have a quality issue.
I am not happy with your answer and disappointed with JS.
For each major release, something it broken.
I can not wait for a new release that this bug would be fix.
here is my solution :
in components/com_community/templates/default/events.forms.php line 234
change
}).datepicker('setDate', "<?php echo $event->startdate;?>"); /* init date when edit event */
to
}).datepicker('setDate', "<?php echo substr( $event->startdate, 0 ,10) ;?>"); /* init date when edit event */
this avoid the bug for futur events, but is still here if you edit the event as it is already started. in that case the start date reverts to present day.
The following user(s) said Thank You: Rolf Würgler
We have not received any response back from you in over 7 days, and would like to know if you consider this issue to be resolved. If you have any further questions, simply reply to this post.