Skip to content

Instantly share code, notes, and snippets.

@while0pass
Created September 7, 2010 13:17
Show Gist options
  • Save while0pass/568309 to your computer and use it in GitHub Desktop.
Save while0pass/568309 to your computer and use it in GitHub Desktop.
Условная конструкция для отображения до определенного срока в ASP (VBScript).
<% if Now() < cdate("20/09/2010 14:53:00") then
'ДД/ММ/ГГГГ ЧЧ:ММ:СС' %>
<!--
Разметка внутри этой инструкции if
будет появляться только до 20.09.2010
до 14:53:00.
-->
<% end if %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment