tanggal loopback lebih besar dari

Employees.find({
  where: { 
    date: {gt: new Date('2014-04-01T18:30:00.000Z')}
  }
});
GutoTrosla