Loopback -Datum größer als
Employees.find({
where: {
date: {gt: new Date('2014-04-01T18:30:00.000Z')}
}
});
GutoTrosla
Employees.find({
where: {
date: {gt: new Date('2014-04-01T18:30:00.000Z')}
}
});