• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Time side of Date/Time Picker always open

Time side of Date/Time Picker always open 3 years 4 months ago #41691

  • bruce
  • bruce's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi - The default of the Date / Time picker is that the time only opens up when a date is clicked. I would like the time section to always default open. Possible?
Thx!
The administrator has disabled public write access.

Time side of Date/Time Picker always open 3 years 4 months ago #41695

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 634
  • Thank you received: 117
Hello,

You can add a CSS rule within your form's dedicated CSS area:

<style>

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
display: block;
}

</style>
The administrator has disabled public write access.
The following user(s) said Thank You: bruce

Time side of Date/Time Picker always open 3 years 4 months ago #41698

  • bruce
  • bruce's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Worked Perfectly. Thank you!
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!