Search
 
SCRIPT & CODE EXAMPLE
 

HTML

insertar fecha en pagina web

<div style="float:right;">
<script type="text/javascript">
//<![CDATA[
var  today = new Date();
var m = today.getMonth() + 1;
var mes = (m < 10) ? '0' + m : m;
  document.write('Fecha: '+today.getDate(),'/' +mes,'/'+today.getYear());
//]]> 
</script></div>   
Comment

PREVIOUS NEXT
Code Example
Html :: html option selected 
Html :: html input file type csv 
Html :: radio buttons html 
Html :: html void link 
Html :: randome code 
Html :: tailwind css select 
Html :: tailwind 
Html :: axonivy composite 
Html :: how to change progress tag bar color in html 
Html :: export website to html 
Html :: button max width bootstrap 
Html :: how to set a link to a file that is not in the same folder html 
Html :: meter balise 
Html :: how to get the name of a html balise and pass it in onPress 
Html :: What is a viewport meta tags 
Html :: cp_errordocument.shtml (port 443) 
Html :: html checked 
Html :: html table line between rows 
Html :: html5 astrix for absolutely required field inside a td tag 
Html :: how to make an image a full background in html 
Html :: HTML open link in new tab, target="_blank" 
Html :: how to display an array in html 
Html :: how to align image with text in html 
Html :: html beginform asp.net mvc add id 
Html :: onclick function link to another html page 
Html :: how do you make a link in html5 
Html :: center htl 
Html :: disable overscrolling 
Html :: colocar una imagen en html 
Html :: table broken html after change page 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =