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)
Fri Jun 20 03:15:10 -0700 2008
commit  0c44b088b89393dccd57c830dda850081457ca28
tree    3eb624ac8789d97869624e86adf6597e8579f86e
parent  5f7a8ab3de4d16212fa55804528e6a3374fc2856

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.