Revision history [back]

click to hide/show revision 1
initial version

answered 2018-09-27 12:50:57 +0800

cor3000 gravatar image cor3000

With #1 and #2 there seems to be a problem with the date format parsing for your specific format format="yyyy-MM-dd ahh:mm" as a workaround you can add a space between a and hh -> format="yyyy-MM-dd a hh:mm"

demonstrated in this zkfiddle

the example also shows that the disabled-property (your problem #4) should work. (can you provide a non-working example?)

About #3, that's the current behavior and not a bug, it navigates to today but doesn't select it immediately similar to the keyboard controls.

With #1 and #2 there seems to be a problem with the date format parsing for your specific format format="yyyy-MM-dd ahh:mm" as a workaround you can add a space between a and hh -> format="yyyy-MM-dd a hh:mm"

demonstrated in this zkfiddle

the example also shows that the disabled-property (your problem #4) should work. (can you provide a non-working example?)

About #3, that's the current behavior and not a bug, it navigates to today but doesn't select it immediately similar to the keyboard controls.controls:

Here an example overriding the _clickToday function to also update the datebox' value -> http://zkfiddle.org/sample/3vkuate/2-datebox-custom-today-link

With #1 and #2 there seems to be a problem with the date format parsing for your specific format format="yyyy-MM-dd ahh:mm" as a workaround you can add a space between a and hh -> format="yyyy-MM-dd a hh:mm"

-> official issue: ZK-4068

demonstrated in this zkfiddle

the example also shows that the disabled-property (your problem #4) should work. (can you provide a non-working example?)

About #3, that's the current behavior and not a bug, it navigates to today but doesn't select it immediately similar to the keyboard controls:

Here an example overriding the _clickToday function to also update the datebox' value -> http://zkfiddle.org/sample/3vkuate/2-datebox-custom-today-link

With #1 and #2 there seems to be a problem with the date format parsing for your specific format format="yyyy-MM-dd ahh:mm" as a workaround you can add a space between a and hh -> format="yyyy-MM-dd a hh:mm"

-> official issue: ZK-4068

demonstrated in this zkfiddle

the example also shows that the disabled-property (your problem #4) should work. (can you provide a non-working example?)

About #3, that's the current behavior and not a bug, it navigates to today but doesn't select it immediately similar to the keyboard controls:

Here an example overriding the _clickToday function to also update the datebox' value -> http://zkfiddle.org/sample/3vkuate/2-datebox-custom-today-link

With #1 and #2 there seems to be a problem with the date format parsing for your specific format format="yyyy-MM-dd ahh:mm" as a workaround you can add a space between a and hh -> format="yyyy-MM-dd a hh:mm"

-> official issue: ZK-4068

demonstrated in this zkfiddle

the example also shows that the disabled-property (your problem #4) should work. (can you provide a non-working example?)

About #3, that's the current behavior and not a bug, it navigates to today but doesn't select it immediately similar to the keyboard controls:

Here an example overriding the _clickToday function to also update the datebox' value -> http://zkfiddle.org/sample/3vkuate/2-datebox-custom-today-link


UPDATE 2020-11-19

ZK-4068 will be fixed in 9.5.1

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More