Skip to content

Instantly share code, notes, and snippets.

@umidjons
Created June 26, 2013 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save umidjons/5866116 to your computer and use it in GitHub Desktop.
Save umidjons/5866116 to your computer and use it in GitHub Desktop.
BX: Date picker with Bitrix's CalendarDate()
<form action="<?=$APPLICATION->GetCurPage()?>" method="POST" name="form1">
<?php echo CalendarDate("birthdate", "25.11.1975", "form1", "15", "class=\"my_input\""); ?>
<?php echo CalendarDate("deathdate", ConvertTimeStamp(), "form1", "15", "class=\"my_input\""); ?>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment