Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #720364

    Hi, is it possible to get the “Today Button” on the datepicker to actually select today’s date as it is a bit confusing for the user. If this is not possible can we somehow remove the button all together?

    Thank you

    #720807

    Hi Graknowles,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #720809

    Hi Rikard thanks for getting back to me – please see below.

    Cheers
    Graham

    #721308

    Hi, just wondering if you have any answers for this as it’s getting a little urgent.

    Thank you.

    #721318

    Hi Graham,

    I’m not sure why it’s not picking the date when using the button, but you can hide it using this in Quick CSS:

    .ui-datepicker-current {
      display:none !important;
    }

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.