Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about loopback

Read more about loopback

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)

Questions - loopback

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...
test-img

Pradeep Singh

javascript

node.js

loopbackjs

loopback

Votes: 0

Answers: 1

Latest Answer

If column type is date, the code will probably be like this: where: { dob: new Date().toISOString().slice(0,10), // '2022-01-25' },
test-img

akadirdev

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.
test-img

karthik

postgresql

loopback

timestamp-with-timezone

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...
test-img

Duy Hiếu

mongodb

loopback

loopback4

Votes: 0

Answers: 1

Latest Answer

you can use cli command lb4 discovery, and loopback will generate a model class based on table/view columns.
test-img

Alexandru Oriean

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved