Rune Grønkjærs Blog
Abonnér på mit feed

Category Archives: Date

Javascript Date extension

The javaScript Date object is probably the hardest object to use, as it seems very complicated to the uninitiated. Very often I have needed to abstract from the complexity of the javascript Date object. I have written some extension methods to the Date object that can be very handy in many diferent situations.
Also posted in Extension, Javascript, regexp |

Javascript jQuery form validation

Client side validation of forms is often something something we struggle with in Dynamicweb. Dynamicweb default form validation has one option and that is: should the box be filled out or not. With the plugin I have written, we get some more opportunities to validate our forms. My jQuery form validation plugin, is based on our needs in Dyanmicweb, but it can easily be used for other html forms as well.
Also posted in Array, Javascript, jQuery, Plugin, regexp |
Dansk version