javascript - Print out a schedule -


im trying learn php, html, ajax, , javascript better better @ programming. however, i'm stuck on trying print out day of week , day. figured can use date_time , print out day , week mysql , print screen having trouble. far ive looked functions

week() 

or

date(curdate() - interval weekday(curdate()) day) 

from other threads still cant start week sunday, print out day , rest of week automatically. can or @ least type functions need this? if helps, goal have print out like:

sunday 23|monday 24|tuesday 25| etc 

edit: want make clear im not looking design or anything. im trying to enter day, sunday of week, , print out entire week

i think question down voted lot suggest reading through:

https://msdn.microsoft.com/en-us/library/ee634550.aspx

you can add parameter of 1 weekday() function start week @ sunday.

hope helps some.


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -