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
Loopback timestamp conversion issue
I have a table that contains a timestamp column. whenever I try to access the endpoint it returns timestamp data as UTC timestamp. I want the timestamp data without UTC conversion.
karthik
Votes: 0
Answers: 0
Having both id and _id in Loopback4 model
I'm trying to query a mongodb collection with documents containing both id (a uuid) and _id (mongo generated), I defined both id and _id in the model
@property({
type: 'string',
id: true,
generated...

Duy Hiếu
Votes: 0
Answers: 1