tutorials
Javascript Date Picker
Sunday, July 26th, 2009Well, I started trying to do a tutorial for one of these so long ago that I might as well just release the finished code. I am releasing it under the MIT license. The code can be found at http://jrsandberg.com/Calendar.txt The calendar works as an iframe. Include the calendar with something like this: <iframe src=”Calendar.html” [...]
Calendar v0.1 – A Dynamic Javascript Date Picker…Tutorial
Saturday, June 7th, 2008This is the first of a few installments of how to create your own dynamic JavaScript calendar/date picker. First of all, I want to define what I mean be dynamic: simply put, the calendar creates itself from scratch so that it doesn’t matter what date the user wants to pick; they can find it. The [...]