Questions tagged as 'momentjs'

1
answer

Return function true returns false on a Vue expression

I've created a method that serves to make a difference on a particular date with today's date. With the code I put, it returns true . But when I use it inside a computed value, it returns undefined . And in the computed value I make...
asked by 27.01.2018 / 17:38
1
answer

What is the purpose of moment.js?

I bought a new bootstrap template for my system, and it came with an enclosed deal that returns me multiple alerts, moment.js. From what I've come to understand, it's like a client-side validation library with language support and conversion...
asked by 14.09.2017 / 20:59
1
answer

Today's Date Moments.js

I am using Moment.js with the following code, and it is to generate the expiration date all month according to the selected date, however when I select today's date, it appears written Today 28/04/2018 , how to fix this error? for ($i =...
asked by 28.04.2018 / 23:08
0
answers

Date and time in FullCalendar incorrect?

I have an Angular 5 application that uses the Schedule of #, which is FullCalendar for use in Angular applications, is implemented and working everything correctly except for time and date in the conditions below: In the event onDayClick...
asked by 17.02.2018 / 14:31
2
answers

Decrease dates in javascript

I'm trying to use moment.js but it's bone, see? !!! I have 2 fields that return the date in PHP in the format dd / mm / yyyy. I want to show in a third field the difference between these dates. For example: 09/25/2018 and 09/30/2018 the respo...
asked by 08.10.2018 / 18:37