Giter Club home page Giter Club logo

jquery-datepicker's People

Contributors

gregzhang616 avatar gregzhang8 avatar iworb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

jquery-datepicker's Issues

Start day of week - Sunday & Monday

Hello!

Have you planned on adding start day of week to this plugin? Currently, it is only possible to start weeks on a Sunday, however most parts of the world start on a Monday.

Thoughts? :) Good job!

monthsShort is undefined

As I am trying to change language with file like ru-RU
Getting error TypeError: l.monthsShort is undefined with min file

event show not working properly

here is my setup
$('.filterdate').datepicker({ format: 'MM/dd/yyyy', placeholder :textdate, });

$('.opendate').click(function(){ $('.filterdate').datepicker('show'); })

when click button to open datepicker, it close immediately
please view image for more detail https://i.imgur.com/88KUIV7.gifv

Month not shown

Here is my setup:
var today= new Date(); daterange=$('#date-range').datepicker({ type:'date-range', format:'dd/MM/yyyy', lang:'es-AR', placeholder:'Seleccione un rango de fechas', rangeSeparator:' a ', endDate:today, onChange:function(event){ var dates=event.newDate.split(' a '); startDate= dates[0].trim(); finishDate= dates[1].trim(); } });

The previous month button doesn't works. I can't go to september. It seems to be because today is 31 and the previous month only has 30 days.

image

When I go back 1 year and then advance by month, September is not shown:
image

Disable certain dates

Is it possible? I can see a class "disabled" in CSS but how can I give an array of dates to be disabled in the datepicker?

mobile

能否支持手机端 操作? 多选单日历功能

Disabled dates

Hi

I am having an issue where today's date cell and all future days are disabled and cannot be selected.

datepicker

I can temporarily get around this by disabling the class attribute in line 1250 in datepicker.js (tableStr += '' + text + '').

Do you know why this is happening & do you have a fix?

Many thanks for a great datepicker...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.