In one of my apps currently in development, we are using calendar reminders on the iPhone. This involves determining the current date, and trying to calculate such things as the next time that “the first Monday of the month” will occur. Javascript has a basic Date object that has a lot of functionality right out
more »
Archive for the ‘Javascript’ Category:
Manipulating the Javascript Date with DateJS
Check the iOS Version with Javascript
Sometimes I use my blog for teaching. Sometimes I use my blog for sharing my deep thoughts. Today, I’m using my blog to save some code that I found and altered. Previously I shared how to check whether your device is an iPhone or an iPad, so now I am adding how to check the
more »