• Hi,

    great, now I’ve seen that a date-picker is integrated!

    I wonder why I’m only able to select future dates. Anyone got the same problem?

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • I added the startDate attribute in the latest version 1.3.8. If you want to select past dates, please specify the startDate of your calendar. Something like this:

    startDate = '1970/01/01'

    Its format depends on dateFormat = yyyy/mm/dd. Thanks.

    I was confused where to put startDate then it made sense moments later. Here’s an example of it in use:

    [begins]
    type = text
    size = 35
    date = true
    dateFormat = yyyy-mm-dd
    startDate = ‘2000/01/01’
    label = Start date: YYYY-MM-DD Format (ex: 2009-11-02)

    Thanks for adding this functionality!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Custom Field Template] Only future dates to choose?’ is closed to new replies.