fluxsaas / microdateselect

Just a simple floating calendar for updating input elements.

This URL has Read+Write access

microdateselect / README.markdown
100644 52 lines (30 sloc) 0.904 kb

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.