Getting Strings to Work Like You Think They Would

When we start playing with strings, one of the first functions we work with is the “LIKE” operator. It’s fairly easy to grasp and easy to remember how to deal with. Thus why we’re going to go over it today because there are various possibilities with it. The first, and arguably, what you do most…… Continue reading Getting Strings to Work Like You Think They Would

Making Better Numbers

In our last post, we discussed fixing dates so that they’re more of what the users expect. In this post, I want to talk about changing numbers. First off, it’s actually a very common thing to change a number from one type to another. For example, I’m often asked to change a decimal into an…… Continue reading Making Better Numbers

Making A Better Date

In the last few posts, we’ve discussed different ways of “prettifying” – yes, a very technical word – dates. And no, we’re not talking about the kind you can eat or go on. Healthy Dates Nope, we’re talking about this kind of date: https://www.youtube.com/watch?v=cx5jt0zrJ9E Let’s say you’re busy coding along and you come to the…… Continue reading Making A Better Date