Posts by Tiago pedro • 46 points
2 posts
-
1
votes1
answer2627
viewsA: How to work with Date & Time in Nodejs, Mongoose and Typescript
A good way to achieve this is by analyzing the documentation(https://www.npmjs.com/package/mongoose and https://mongoosejs.com/docs/schematypes.html#Dates), I’ll try to synthesize for you. I believe…
-
2
votes4
answers836
viewsA: Quote at the beginning and end of each number
You can also make a Explode, Map and then Implode to transform, I will send below the example: $myNumbers = "123,456,778"; $myNumbersExploded = explode(",", $myNumbers); $myNumbersWithNewCaracter =…
phpanswered Tiago pedro 46