Skip to content

wonknu/abe-datepicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Date picker plugin for AbeCMS

Installation

Install plugin via AbeCMS CLI:

abe install wonknu/abe-datepicker

Usage

Add datepicker attribute to your abe tag type text

{{abe type='text' key='date' desc='Choose a date' datepicker='1'}}

Result

Date picker

Format date

The default format date is DD-MM-YYYY

But custom date format can be use, add a format attribute inside abe tag to change it

example :

{{abe type='text' key='date' desc='Choose a date' datepicker='1' format='D MMM YYYY'}}

This plugin use Pikaday, see formatting section for more detailed info about supported date format

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published