get next week start and end using jquery and moment js

A little late to the party but here is the simplest way I’ve found to express starts/ends of weeks. The isoWeek argument starts weeks on Monday according to the ISO 8601, while week starts weeks depending on your locale (so probably either Sunday or Monday). This week: moment().startOf(‘isoWeek’) moment().endOf(‘isoWeek’) Next week: moment().add(1, ‘weeks’).startOf(‘isoWeek’) moment().add(1, ‘weeks’).endOf(‘isoWeek’) … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)