public
Description: Just a simple floating calendar for updating input elements.
Homepage: http://kallesaas.com/projects/microdateselect/
Clone URL: git://github.com/fluxsaas/microdateselect.git
kalle (author)
Wed Jun 11 07:57:32 -0700 2008
README.markdown

MicroDateSelect

Just a simple floating calendar for updating input elements.

The code:

new MicroDateSelect( updateElement );

Options available:

  • not implemented yet

Localization:

  • not implemented yet

An example:

<!-- the input element you want to update (needs an id) -->
<input type="text" name="start_time_string" value="" id="start_time_string">

<script type="text/javascript" charset="utf-8">
  //<![CDATA[
    new MicroDateSelect( 'start_time_string' );
  //]]>
</script>

Dependencies:

MicroDateSelect requires Prototype 1.6 or higher.

Download:

Find the latest version of MicroDateSelect on Github.

Notes:

This Calendar is based on the work from :

Stephen Celis.