Click here to Skip to main content
15,917,731 members

Comments by R!sh! (Top 19 by date)

R!sh! 9-May-20 7:27am View    
How do I split night shifts in 2 days?
like till 11.59pm previous day(04/05/2020) and working hours after 12am (05/05/2020)
R!sh! 11-Apr-17 0:46am View    
This in not my homework. if i get the proper code my project will be done. this is the part left.
R!sh! 6-Apr-17 7:15am View    
yup done.
Thank you..!!
R!sh! 6-Apr-17 1:04am View    
try this code.
i got it.
var atomss = atoma.split("**");
atomss.join("");
var res123 = String(atomss);
for (x=1;x<=cnt;x++)
{
document.getElementById(x).checked = res123.indexOf(x) > -1;
}
R!sh! 6-Apr-17 0:47am View    
atoma will have 1**3**4**5**6**7. but i am getting that it will string datatype or any other datatype.
the function is calling. no problem with function calling.