<script type="text/javascript"> nowDate=new Date(); document.write(nowDate.getMonth()+"-"+nowDate.getDate()+" "+nowDate.getYear());
</script>