Bhuwan Sharmabhuwan.hashnode.dev·Jun 19, 2024HackerRank Date and Time moduleJust solved all challenges of this module on hackerrank!DiscussHackerrank
DbVisualizerforThe Tablethetable.hashnode.dev·Apr 1, 2024Simplifying PostgreSQL Date and Time Formatting: Essential TipsLearn the essentials of date formatting in PostgreSQL to make your database interactions more intuitive. This overview highlights key functions and their applications without delving into exhaustive details. Let's explore how PostgreSQL transforms ra...Discussdate
DbVisualizerforThe Tablethetable.hashnode.dev·Jan 22, 2024Date Formatting in Postgres: A Comprehensive GuidePostgreSQL is a powerful relational database management system (RDBMS) that provides a platform for storing, managing, and analyzing structured data and supports various date formatting options. In this guide, we'll focus on how to format dates in a ...Discussdate
Arjun AdhikariforPython is Lovepythonislove.com·Jan 20, 2024Testing Date Functions in Python: A Tale of Mocks and RealitiesGreetings, Python enthusiasts and curious coders! Today, I'm excited to share with you a tale from my coding adventures – specifically, the intriguing challenge of testing a function that returns today's date in Python. It's a journey filled with pra...Discuss·66 readsPythonPython
prettyprintintfloatandwhatnot.hashnode.dev·Oct 24, 2023Java Calendar Date and Time tipsAdding some utilities concerning Java date-related objects Finding the number of months between two dates import java.util.GregorianCalendar; import java.util.Calendar; public static int numberOfMonthsBetween(Date start, Date end){ Calendar star...Discuss1 2 3 of JavaJava
prettyprintintfloatandwhatnot.hashnode.dev·Oct 24, 2023Basic java dateMost used Java date conversions - format and parse.Accomplished using DateFormat Class and pattern Format - Convert util.Date object to String String pattern = "yyyy-mm-dd HH:mm:ss"; SimpleDateFormat simpleDateFormat = new SimpleDateFormat(pattern); ...Discuss1 2 3 of JavaJava
Ogunuyo Ogheneruemu Biruemu.hashnode.dev·Sep 29, 2023Understanding Working Days Calculation using phpIn this blog post, we will explore how to calculate working days and find the next working day using PHP. Working with dates and handling business days can be essential in various applications, such as project management, scheduling, and more. We'll ...DiscussPHP
Joakim GakureforOpen Replay's Technical Blogopenreplay.hashnode.dev·Jul 9, 2023What Is Better, Date-Fns Or Moment.Js?Dealing with dates in JavaScript is a big hustle. You need a ready-made date library to make working with dates in JavaScript easier. The most common candidates to consider are Moment.js and Date-fns. However, not long ago, the Moment.js library was ...Discuss·193 readsdate
Dev By RayRaydevbyrayray.hashnode.dev·Jul 5, 2023How to Easily Add and Subtract Dates in JavaScript — date-fns is a solid choiceAre you seeking a straightforward solution to manipulate dates in JavaScript? Do you need to effortlessly add or subtract time units such as seconds, minutes, days, weeks, months, or years? You're in the right place! Learn how to add and subtract da...Discuss·59 readsLearn JavaScript The Easy WayJavaScript
Haard Patelhaard.hashnode.dev·Jun 14, 2023How to deal with problems in Date when importing Excel file to Power BI ?Recently, I came across this issue when I upload the Excel (.xlsx) file to the Power BI desktop the values of the Date base column i.e) Order_Date changed to some random number. This is because regional setting of date is not supported when import to...Discuss·1 likePowerBI