I have the following code of a function, I need to get the day of the week from a day that is sent to the function, so I have it:
diaSemana : function(d){
var fecha = new Date();
var dias = ["L", "M", "X", "J", "V", "S"...
asked by
26.05.2018 / 01:34