An open API service indexing awesome lists of open source software.

https://github.com/balbarak/bootstrap-hijri-datepicker

Bootstrap Hijri Date picker
https://github.com/balbarak/bootstrap-hijri-datepicker

datepicker datetimepicker hijri hijri-calendar hijri-date hijri-dates-converter

Last synced: 5 months ago
JSON representation

Bootstrap Hijri Date picker

Awesome Lists containing this project

README

          

# Demo
See [Live Demo](http://hijri-datepicker.azurewebsites.net/)

# Getting Started
Bootstrap Hijri Date picker v1.0.0

![sample](http://files.balbarak.com/file/598299)
![sample two](http://files.balbarak.com/file/58464)

## Installation

Download the [latest release](https://github.com/balbarak/bootstrap-hijri-datepicker/releases) or
use css and javascript files in `dist` folder

### Required libraries
* Jquery > v3.1 [jquery](https://jquery.com/)
* Moment.js > v2.2 [momenjs](https://momentjs.com/)

## Usage

### includes

#### css
```html

```

#### js
```html

```

### html

```html



Date





```

### javascript
```html

$(function () {
$("#hijri-date-input").hijriDatePicker();
});

```

## Complete Sample
```html



Bootstrap Hijri Date Picker




Date








$(function () {

$("#hijri-date-input").hijriDatePicker();

});

```

## Docs

See [Documentation](http://hijri-datepicker.azurewebsites.net/doc)

## Acknowledgements

This project was built from great work done by

* @xosh https://github.com/xsoh/moment-hijri
* @Eonasdan https://github.com/Eonasdan/bootstrap-datetimepicker
* @iOsama https://github.com/iOsama
## License
MIT