
Search In
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
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:
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
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
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
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.
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
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 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
