Guest User

Untitled

a guest
May 26th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <script type="text/javascript">
  2. $(document).ready(function() {
  3. $('#date').fancy_date({
  4. is_today: true,
  5. add_year:true,
  6. class: 'date'
  7. });
  8. $('#hier').fancy_date({
  9. add_year:true,
  10. class: 'date'
  11. });
  12. });
  13. </script>
Add Comment
Please, Sign In to add comment