• kevin van Turennout
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
I have a list with a date field for each record and i have a aura iterate to the list to show for each record sliders.
Now i only want to show sliders for the records with date greather than today.

What is the best way to do it? I try with aura:if to check list.date with a today attribute create in my controller with var today = new date();

but it did'nt work
I have a list with a date field for each record and i have a aura iterate to the list to show for each record sliders.
Now i only want to show sliders for the records with date greather than today.

What is the best way to do it? I try with aura:if to check list.date with a today attribute create in my controller with var today = new date();

but it did'nt work