python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to get users having birthday today in loopback?
I need to send birthday wishes to users in my application.
I have a table "userdetails" with the column "dob". I need a query to retrieve users having a date of birth matching toda...

Pradeep Singh
Votes: 0
Answers: 1
How to filter dates based on its time in Loopback 4?
I want to find out all the dates which have time more than 10.30 am.
let whereBuilder = new WhereBuilder();
whereBuilder.gt('sessionStartedOn', '10:30:00');
Obviously, this doesn't work. Are there an...
user2869736
Votes: 0
Answers: 1
CORS Header missing in Firefox although add_header is used
I have an application that consists of back end and front end. Because of restrictions with the hoster, I need to provide the back end from a different server than the front end.
My back end handles a...
cmc
Votes: 0
Answers: 0