Questions tagged as 'momentjs'

1
answer

Create querystring with parameters of moment.js

I am trying to make a redirect to a url that I am building and in it I need that this date as well as the schedule that the user selected in a form. The problem I have is that in my new url both fields must be linked with the format 'YYYY-MM-DDT...
asked by 08.02.2018 / 23:07
0
answers

moment is not defined Angularjs

I am trying to solve this problem that marks when I go to build grunt ... I am using a librería of bower_components called moment . I'm doing this: var moment; but it does not work I do not know what other metho...
asked by 01.02.2018 / 16:17
1
answer

How to show an alert with 10 minutes left of a specific time

I currently have the following code: let start_date = ''; var now = new Date(); let validation_date = ''; const $topleft = $(this.refs.topleft); const message_popup = result.map(item => { if (mom...
asked by 02.10.2017 / 21:58
1
answer

Invalid date in safari and IOS (ionic framework)

I have the following Json with dates: nuevo=[ { "rr":"4-1-2016" }, { "rr":"4-2-2016" }, { "rr":"4-3-2016" }, { "rr":"4-4-2016" }, { "rr":"4-5-2016" }, { "rr":"4-6-2016" }, { "rr":"4-7-2016" }, { "rr":"4-8-2016" }, { "rr":"4-9-2016"...
asked by 23.06.2016 / 23:30