Giter VIP home page Giter VIP logo

jquery.datepicker's Introduction

Hi!

I code for a living and I like to share my work with the intent of making development easier and faster, with a strong focus on DRY and KISS principles.

If you like my code, please consider donating:

Buy Me a Coffee at ko-fi.com

Find more stuff like my free utilities at biohzrdmx.me

About me

I started a long time ago with traditional languages (C/C++) on Windows, creating system utilities and things to speed up my own development process; but then I stumbled upon web technologies and here I am, coding for a living in PHP, Javascript and more!

Through the years I've used the main frameworks, platforms and languages that shaped the web and cloud-based services as we known them today. I'm full-stack versed, with a pinch of dev-ops and a lot of system engineering. Many of my public repos deal with front-end stuff, but I do a heap of back-end work in my day-to-day.

Tecnology stack

Contact

If you want a quote or have any comment/suggestion about my work feel free to reach me at https://biohzrdmx.me/contact

jquery.datepicker's People

Contributors

biohzrdmx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

jquery.datepicker's Issues

Unable to set the `restrictDate` to future

Hello,

I wanted to thank you for your really great and customizable plugin.

However I wanted to bring to your attention that I am trying to set the restrictDate option to future to only allow future dates but it is not working. Can you show me an example on how to set this option for this plugin?

Thanks,

no zero at the beginning of digits on month and date

If someone needs to have zeroes in the beginning of date/months, try this:
(MM/DD/YYYY) format

 dateFormat: function(e) {
                function zr(h) {
                    return (h < 10 ? "0" : "") + h;
                }
                return zr(e.getMonth() + 1) + "/" + zr(e.getDate()) + "/" + e.getFullYear()
            },

Months and Years Only

Hi. I'm new, i want to know how to setup to only select Months and years, thanks.

Wrong value when selecting a grayed-out day

When you click in a day that belongs to the moth before or after the one you are currently seeing, it assumes the same month (not the month before or after).

For example, if you are in August and click on the 31st of July (or any other greyed out number) it print out August anyway.

Thanks to pcout for finding this bug, I'll try to fix it.

Format date

Hello,

How can i format the date selected the way i want ?
For example "Thursday Aug 28 2014", or any other format i desire.

Thanks

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.