... can book longer than a month):
// set criteria to search for clashing annual leave dates (pre/post 1 month check)
l_SearchCriterias = List();
m_SearchCriteria = Map();
m_SearchCriteria.put("searchField","From");
m_SearchCriteria.put("searchOperator","After");
m_SearchCriteria.put("searchText",v_GivenDateFrom.subMonth(1).toString("dd-MMM-yyyy"));
l_SearchCriterias.add(m_SearchCriteria);
m_SearchCriteria ...
...
zet init
You will be given a list of Zoho services, use the arrow up/down keys to select “Zoho Creator” and press the return/enter key.
Give the project a name: eg. “joels_awesome_app” (without ...
...
Additional Note
Just as a note to do the reverse: upload an image given a URL to an image field (prerequisite: enable the field to allow Image as "Link" not just "Local Computer" or "Camera"):
for ...
What?
This is a quick article on what should be a simple mathematics equation: Determine the quarter from a given month.
Why?
Fine if you are determining the quarter by the month and your Fiscal ...
What?
A quick article to document how to calculate the distance "as the crow files" between two coordinates given the latitude and longitude of each.
Why?
Well, you can pay for a good Google solution ...
What?
A quick article just as a note to get the users country information from a third-party API based on the given IP address.
How?
Well this is just a list of free 3rd-party APIs and the below ...
What?
This is an article I hope to refine one day where given a set of breadcrumb hyperlinks, when I hover the mouse over the links, the text changes and the transition between the two is controlled ...
What?
So this is a quick article on how to maintain an aspect ratio when resizing an image.
How?
These are the calculations to work out the new height given the width or the new width given the ...
What?
Just wanted a note to get in my head the logic if checking a requested time slot isn't a double-booking (as in, the time slot doesn't overlap a previous booking.
How?
Given a date/time and ...
... = Ordinal_Map.get(My_Date_Field.toString("d"));
}
Method #3:
Given the current date and using the last character of the date, we can do the following:
v_EnglishOrdinal = "th ";
v_ThisDayDateLastChar ...
Applies to:
TravelPort Universal API
PHP 4 or 5
cURL
What?
An article on how to resolve errors and setup a standard ping request using the TravelPort Universal API. This is to be achieved using ...
What?
This is an article serving as documentation for my first ever app on the Android Operating System. For tablets and phones. The app in a nutshell displays flight restrictions in a given area
...
... other people don't use your computer to access the service). If your fellow testers only see a grey map, just double-check the key is the right one given to Google Maps.
Follow On Article/Sequel
Next: ...
... (If you want my cached download - v1.1.8: click here)
Extract the ZIP file to a folder (should be about 4 php files)
Modify the file ayah_config.php to match the publisher and scoring key given to ...
... a folder (should be about 4 php files)
Modify the file ayah_config.php to match the publisher and scoring key given to you. > Save
Upload the files to \components\com_jcomments\libraries\ayah
...
... = @GivenRef OR @GivenRef ='')
AND (Forenames LIKE @GivenForenames + '%' OR @GivenForenames = '')
AND (Surname LIKE @GivenSurname OR @GivenSurname = '')
AND (CONVERT(VARCHAR(10),DOB, 103) = @GivenDOB ...
... source after copying).
/MOVE :: MOVE files AND dirs (delete from source after copying).
/A+:[RASHCNET] :: add the given Attributes to copied files.
/A-:[RASHCNET] :: remove ...
... example has to work with any given date.
First of all: Get this week's dates and days:
SELECT
DATE( DATE_ADD( NOW( ) , INTERVAL 0 - WEEKDAY( NOW() ) DAY ) ) AS ThisDate,
DAYNAME( DATE_ADD( NOW( ...
... has to do this with the permissions they've been given.
Why?
Because I can
How?
Setup an account with gravatar.com and they’ll give you a link to that picture (eg. http://www.gravatar.com/my-picture), ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.