
Search In
In this blog we will go trough best practices for handling DateTime in .NET applications:
1) We should always use a consistent date format across the application.
2) When accepting user input we need to ensure that user enters date time in co
Here I created a small function to get the list values through "forEach" function of Angularjs. In the given functionality, I get the list items and push it in to the "listTextVal" array.
Here are the complete Angular functionali
1. To convert UTC to local time zone
- (NSString *)convertLocalDateFromUTCDate:(NSString *)dateStr{
NSDateFormatter *formatter = [self dateFormatter];
[formatter setDateFormat:@"yyyy-MM-dd HH:mm:ss Z"];
NSDate *sourceDate = [format
Express JS is a Node JS web application framework. Here I am telling about the installation of Express JS and create your small test application using MEAN . Also I am assuming you have already installed Node.Js and MongoDB in your system
render and redirect_to works in the similar way in your web browser , as they both takes you to a new page but the only difference between them is :
When you call render it creates a complete response which is sent to your browser.
If we do
If you want to align your text to be centered inside the box from both side (horizontally and vertically) you can do this very easily, this below example will helps you.
Html:
<div class="contentbox">
<p>This is the text to b
An error cause the correct behavior of software and affect the accuracy. It affect the expected result of application which might because of incorrect requirements implementation or because of invalid data entry by user.
Basic Type of errors :
1. F
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to use LIKE operator in MySQL?
Basically, LIKE operator is used for searching for a specified pattern in a column. So in other words we can say that the LIKE operator is u
In magento if we need to check, if any shopping cart rule is applied to the product or not.
To do so we can perform it in a test file in our root folder.
lets perform the same, create a file test.php in root folder and write the below code:
Hello readers, Today we will discuss about the HTML5 Attributes. Basically attributes are used to define some additional information about the HTML elements. As there are various global and custom attributes used in HTML5.
Features of HTML5 attribut
