[ad_1]
try in php with below code
<?php
$today = gmdate('d');
?>
<input type="Button" <?php if($today < 27 && $today != 1) echo 'disabled';?> name="buttonName" />
2
[ad_2]
solved Button should be active in specific date range [closed]
[ad_1]
try in php with below code
<?php
$today = gmdate('d');
?>
<input type="Button" <?php if($today < 27 && $today != 1) echo 'disabled';?> name="buttonName" />
2
[ad_2]
solved Button should be active in specific date range [closed]