Calendar demo - Simpel implementering
My BLOG
@mail
Mit CV
Simpel implementering
-
Dage Disabled
Dato (format dd.mm.yyyy):
Dato (format dd-mm-yy):
Opsætning
Dirstruktur
/
DinHTMLKode.html
/layout
calendar-blue.css
/script
calendar.js
calendar-da.js
calendar-setup.js
HEAD
<style type="text/css">@import url(layout/calendar-blue.css);</style> <script type="text/javascript" src="script/calendar.js"></script> <script type="text/javascript" src="script/calendar-da.js"></script> <script type="text/javascript" src="script/calendar-setup.js"></script>
BODY
Dato: <input type="text" id="fraDato"><input type="button" value="..." id="fraDato_onclick"> <script type="text/javascript"> Calendar.setup( { inputField : "fraDato", // ID of the input field ifFormat : "%d.%m.%Y", // the date format button : "fraDato_onclick" // ID of the button } ); </script>
www.netsi.dk
> Calendar demo - Simpel implementering