<?php
$monthArray = range(1, 12);
?>
<select name="month">
<option value="">Select Month</option>
<?php
foreach ($monthArray as $month) {
// padding the month with extra zero
$monthPadding = str_pad($month, 2, "0", STR_PAD_LEFT);
// you can use whatever year you want
// you can use 'M' or 'F' as per your month formatting preference
$fdate = date("F", strtotime("2015-$monthPadding-01"));
echo '<option value="'.$monthPadding.'">'.$fdate.'</option>';
}
?>
</select>
$monthArray = range(1, 12);
?>
<select name="month">
<option value="">Select Month</option>
<?php
foreach ($monthArray as $month) {
// padding the month with extra zero
$monthPadding = str_pad($month, 2, "0", STR_PAD_LEFT);
// you can use whatever year you want
// you can use 'M' or 'F' as per your month formatting preference
$fdate = date("F", strtotime("2015-$monthPadding-01"));
echo '<option value="'.$monthPadding.'">'.$fdate.'</option>';
}
?>
</select>
Nice site....Please refer this site also Our vision success!Training are focused on perfect improvement of technical skills for Freshers and working professional. Our Training classes are sure to help the trainee with COMPLETE PRACTICAL TRAINING and Real time methodologies
ReplyDeleteDot Net Training And Placement in Chennai | Best Dot Net Training in Chennai
Software Testing Training Institute in Chennai | Best Software Testing Training Institute in Chennai
Java Classes in Chennai | Java Training with Placement | Java Training Institutes in Chennai with 100 Placement
PHP Course in Chennai | PHP Certification in chennai | PHP Training Institutes