Blogs about: Datetime
Featured Blog
PFC DateTime Service (n_cst_datetime)
The Date/Time service provides methods to perform calculations with dates. It includes the following features: Convert seconds to either days or hours Convert between Julian and Gregorian dates Ide… more »
Schultz's PowerBuilder Brain Dump
PFC DateTime Service (n_cst_datetime)
rick130 wrote 3 days ago: The Date/Time service provides methods to perform calculations with dates. It includes the following … more »
Custom Date Format Parsing in .Net Framework
syedgakbar wrote 1 month ago: One has to often import and export dates in different format in the day to day programming. Though m … more »
Column Display
rick130 wrote 2 months ago: How do I get my field to appear like a MLE and word wrap? In the datawindow painter, select the col … more »
(Python) PyProgram #6 - Finding weeks of a month
— 1 comment
technofreak wrote 7 months ago: My colleague had a problem, he needed to separate the dates in a month according to weeks. That is, … more »
Calculating last day of the month by TSQL
namwar wrote 1 year ago: There are several scenarios when you need to calculate the last date of a given month. Problem for t … more »
String to time
aaronthegeek wrote 2 days ago: 我正在接手 nwff 的案子。在閱讀程式碼的時候,發現在一個 datetime 字串中抽 … more »
SQL Server DateTime v's .Net DateTime - Battle of Accuracy!
stephengodbold wrote 1 week ago: This afternoon I was writing tests to validate a repository class. I wanted to make sure what went i … more »
Take control of DateTime's ToString() method.
— 4 comments
Vadim wrote 1 month ago: Today I had to write to the database a string that satisfies following format: DDMMYYYY-Count … more »
Change date time format of an ASP.NET web application
snataw wrote 1 month ago: Having worked with ASP.NET websites for a couple of years, I often run into problems with different … more »
DateTime formatting in RubyonRails
firstruby wrote 1 month ago: To display datetimes in different formats in Ruby On Rails application, following may help, Format m … more »
Removing Seconds, Minutes and Hours from a WDK Date-Time DocbaseAttribute Value Control
— 1 comment
robau wrote 1 month ago: So, you are building a wdk application using docbaseobjects. Good But now you want more control on … more »
Multiple time zones
erlenddalen wrote 2 months ago: A new, really nice feature in Ax is the use of the new DateTime data type. What this data type does … more »
Filter List View by Current Week
— 7 comments
sanghvinirav wrote 2 months ago: If you want to be able to filter the list to only show items where “Date” is this week, … more »
PHP Date Time
didip wrote 2 months ago: is more or less annoying. Before fanbois comment me to oblivion, let me explain why. DateTime and … more »
Archive: Getting the Date portion of a DateTime type in SQL (T-SQL) - Use Floats and Floor!
reddogaw wrote 2 months ago: Update - 2 May 2008 - Watch out for SQL Server 2008’s new Date and Time data types! From: http … more »
Python Trick: Subtracting Dates
— 2 comments
Constantin wrote 3 months ago: I’m not the Python genius I want to be, so here’s this, for future reference: How to sub … more »
DateTime.Now vs. DateTime.UtcNow
Emily wrote 4 months ago: I was modifying customer support site today, and one of the change is to have NZ time displayed with … more »
DateTime.Round extension method
mikeinmadison wrote 4 months ago: I recently needed to group by minutes (or seconds, or hours, or days) in a LINQ expression, and I fo … more »
Daily Math Review: Time and Money
talibiddeenjr wrote 4 months ago: My third grader is working on telling time and money. The following is a sample of daily review acti … more »
