• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Buying PHP service.. (include datepicker with calendar) in my website.

raelpsf

Member
Joined
Jul 3, 2010
Messages
166
Reaction score
5
If you can do that... i will pay 5 usd via paypal or 15 reais vip pagseguro.

like to put a datepicker (mini calendar) on a page of my site .. The date picker will insert the date in an imput. If you can help me, please reply here in this topic.

Imput code:

Code:
<td height="40"><div align="center">
<input name="dt_pcontato" type="text" style="border:#ccc 1px solid; background-color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:12px"  onKeyPress="DataHora(event, this)"  value="<? echo $dataconvertida; ?>" size="25" maxlength="19"/>
</div></td>

another code:

Code:
$dt_pcontato = $aux["dt_pcontato"];
$dataconvertida = implode("/", array_reverse(explode("-", substr($dt_pcontato, 0, 10)))).substr($dt_pcontato, 10);

Tkx.
 
Back
Top