fluxsaas / microdateselect
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
0c44b08
microdateselect / 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 :
