Skip to content

0xAnakin/pickify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pickify

======= A date and time picker. You can define inactive time intervals per day.

Example:

$('#pickify').Pickify({
	ajax : {
		url: "someServer.php"
	},
	dateFormat : 'DD/MM/YYYY',
	timeFormat : 'HH:mm'
});

Config

{
	"startTime" : "",
	"timeTrigger" : 1,
	"workingHours" : 24,
	"dateFormat" : "ll",
	"timeFormat" : "HH:mm:00 a",
	"lang" : "el",
	"hoverTextPrefix" : "Unavailable between ",
	"hoverTextSuffix" : " please select another time.",
	"showClock" : true,
	"jumpStop" : false,
	"templateSrc" : "#pickify-tpl",
	"dates" : ".pickify-dates",
	"slideBar" : ".slide-bar",
	"slider" : ".slider",
	"handle" : ".handle",
	"clock" : "clock",
	"intervalContainer" : ".intervals",
	"template" : null,
	"html" : null,
	"ajax" : {
	        "url" : "server.php",
	        "dataType" : "json",
	        "cache" : false
	}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.3%
  • CSS 7.5%
  • HTML 2.3%
  • PHP 1.9%