Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Displaying date into a particular format using angularjs

In angular we are provided with date $filter that formats date to a string based on the requested format.* There are several formats.Some of them are :- 'medium': equivalent to 'MMM d, y h:mm:ss a' for en_US locale (e.g. Dec 4 201512:05:08 PM) ’sh

CakeEmail

CakeEmail class CakeEmail(mixed $config = null) CakeEmail is a new class introduce to send email. With the help of this class one can send email from any where in the application.The CakeEmail class replaces the earlier used EmailComponent and prov

ServletConfig Interface in servlets

ServletConfig interface: For each servlet, an instance of this interface is created by the container. With the help of this instance, information can be fetched from the configuration file (web.xml). Advantage: You don't need need to do chang

MySQL Stored Procedure

MySQL Stored Procedure Stored Procedure 1)Stored Procedure are a set of declarative SQL statements which when created are compiled and stored in database.The main reason for their creation is that they are reusable. Stored procedure work different

Functions in MySQL

Function is a predefined program in which we pass the parameters and it return a value. There are two types of function create function and predefined functions. Create function- Like other languages we can also create function in MySQL. Below synta

Javascript:Exchanging data between a document in an iframe and a parent document.

Hii, I am providing a very simple javascript code  by which we can access variables and invoke functions in the parent document and vice-versa. Please go through the given example below and understand the concept.I hope it will be useful.

Working with variables in SQL

In SQL while writing stored procedures sometimes you need variables for calculations and manipulations.   Variable we can use of two type   1 Local   2 Global   ALTER proc [dbo].[sp_CalculateRemainingLeaves] ( @Employ

  • 118
Background working of C# program

                                        Background Wor

Difference Between Static Testing And Dynamic Testing

Hello Readers... By this blog i am trying to explain the difference between static testing and dynamic testing. I hope this way of presenting is very easy to understand for all the test engineers.   S.No. Static Testing  

Single Page Applications using Angular

Single page applications are the applications that separates the model and the view layer i.e, model layer handles the data and view layer reads from the models. SPA’s are becoming popular because it retrieves all the code(JS,HTML,CSS) on a sin

1 443 720
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: