Skip to content

Instantly share code, notes, and snippets.

@cave2006
Last active July 16, 2020 22:45
Show Gist options
  • Save cave2006/9359e7913efd06d8324290dd7eda6966 to your computer and use it in GitHub Desktop.
Save cave2006/9359e7913efd06d8324290dd7eda6966 to your computer and use it in GitHub Desktop.
Акция за 5 дней
При заказе с&nbsp;сайта до&nbsp;<script language="javascript" type="text/javascript">
var date = new Date();
date.setDate(date.getDate() + 5);
var month=new Array("января","февраля","марта","апреля","мая","июня","июля","августа","сентября","октября","ноября","декабря");
document.write(date.getDate()+ "&nbsp;" + month[date.getMonth()]);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment