Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

Time Field does not hold information. 01 Aug 2015 09:37 #13369

I have tested the time field , as I notice on my site the when editing an existing form, the time disappears from a time field. I thought I was imagining things but it does it every time you go in to edit. I have tried this in the sandbox and the same thing happens.

Can this be fixed please.

Please Log in or Create an account to join the conversation.

Time Field does not hold information. 04 Aug 2015 10:38 #13377

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Right. I see.

It is a bug in JDom.
html.form.input.clock.
Line 90

replace
$formatedTime = $date->format($this->dateFormat, !empty($this->timezone));

by
$formatedTime = $date->format($this->timeFormat, !empty($this->timezone));

I will fix that as soon as I can in the generated JDom lib. For the moment, just apply the patch manually.
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

Time Field does not hold information. 24 Sep 2015 17:55 #13495

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Fixed.
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.075 seconds

For starters it's just so easy to design an app in a way that I'm used to i.e. database first then views followed by customization. The fork system is pure brilliance from a developer standpoint as I can override things and still add and update my projects with minimal effort! Truly amazing to be able to build components in Joomla using incremental refinement without having to do everything by hand. Thanks for the great tool! I am so much more productive now than ever and I can't imagine building components any other way!!!!
Dave (Forum)

Get Started