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

https://github.com/mostafatech/persianfullcalendar


https://github.com/mostafatech/persianfullcalendar

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

persianFullCalendar
===================

Persian Full Calendar for Jquery>=1.8 And Bootstarp 3.0

[there is an online preview available by rawgit](https://rawgit.com/MostafaTech/persianFullCalendar/master/index.html)

Implemention
------------

```html



```

```javascript
$(function () {
$('#cal').persianDatepicker({
// pined dates
dates: ['1393/06/16', '1393/06/16', '1393/06/25'],
// what happens on clicking a day
onSelect: function (value) {
alert(value);
}
});
});
```

Some notes
-----
if you are not using Bootstarp just set the `box-sizing: border-box` for calendar container

```css
#cal {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
```

Thanks
------
this plugin is based on [behzadi/persianDatepicker](https://github.com/behzadi/persianDatepicker)

> **if you use this in your projects, please let me know**

> mostafaTech@gmail.com